testing.outputWriter.partial (field)
8 uses
testing (current package)
testing.go#L1100: return (c.o != nil) && (len(c.o.partial) > 0)
testing.go#L1131: partial []byte // incomplete ('\n'-free) suffix of last Write
testing.go#L1154: if i == 0 && len(o.partial) > 0 {
testing.go#L1155: line = slices.Concat(o.partial, line)
testing.go#L1156: o.partial = o.partial[:0]
testing.go#L1161: o.partial = append(o.partial, lines[last]...)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)